home *** CD-ROM | disk | FTP | other *** search
/ PC Elektro 3 / PC-Elektro-3-cd1.bin / DesignWorks Professional Schematic Capture / DesignWorks4Setup.exe / Main / system_open.rfm < prev    next >
Encoding:
Text File  |  2004-10-16  |  510 b   |  15 lines

  1. { This "report" will open the file specified as the first
  2.   argument when the script is invoked.
  3.   
  4.   This is intended for use in creating custom menus
  5.   using the "menu" INI file keyword.
  6.  
  7.   We call $EVAL on the argument so that it can contain
  8.   $ commands (e.g. $DESIGNNAME).  However, this means
  9.   that a layer of backslashes will be stripped off by
  10.   the parser.  If you include a file path with backslash
  11.   separators, the backslashes must be doubled.
  12. }
  13. $REPORTOFF
  14. $SYSTEMOPEN($EVAL(&ARG1))
  15.